/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 15px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #666;
  padding: 0px;
  margin: 0px; line-height:28px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle; max-width:100%; height:auto !important;
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;

}

#header.header-transparent {}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  text-align: center;


}

.nav-menu a {
  display: block;

  color: #333;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;


}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  background: #006AB5;

}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;

  text-transform: none;
  color: #666;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {
  color: #006AB5;
  background: none;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}
.nav-menu .current { color:#fff !important; background:#006AB5;}
.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #ECA617;
}

#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #fff;


}

#header.header-scrolled .nav-menu .drop-down ul a:hover, #header.header-scrolled .nav-menu .drop-down ul .active>a, #header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #006AB5;
  background: none;

}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #006AB5;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #275DAF;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #006AB5;
}

.mobile-nav-toggle i {
  color: #fff;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #fff;
  font-size: 16px;

}

.language a {
  color: #fff;
  padding: 0 10px;
}

.language a:hover {
  color: #ECA617;
}

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;

}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#banner .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: fill;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #006AB5;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #006AB5;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}

/*关于我们*/
.main_title {
  text-align: center;
  margin-bottom: 10px;
}

.main_title p {
  font-size: 40px;

  color: #333;
}

.main_title p b {
  font-size: 42px;
  line-height: 56px;

  color: #006AB5;
}



.about {

  /* background: url(../images/about.png) no-repeat bottom left; */
  padding: 90px 0;
  position: relative;


}

.about .zi {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;

}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 15px;

}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 50%;
  overflow: hidden;

}

.about_fr img {
  border-radius: 30px;
}

.more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 220px;
  text-transform: uppercase;
  background-color: #006AB5;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  margin-top: 65px;
  position: relative;
}

.more:hover {
  background: #035A98;
}

.about-list {
  margin-top: 50px;
}

.about-list li {

  width: 27%;
  margin-right: 6%;

  padding: 10px 0;

  border-bottom: 1px solid #dedede;
  float: left;
}

.about-list li a {
  display: block;
  height: 100%;
  padding-top: 10px;
  text-align: center;
  box-sizing: border-box;
}

.about-list li a .cn {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  position: relative;
  transition: color 0.3s;
}

.about-list li a .cn::before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../images/s1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transition: transform 0.3s;
}


.about-list li a .en {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: block;
}

.about-list li a:hover .cn, .about-list li a:hover .en {
  color: #006AB5;
}

/*  */
.index1 {
  position: relative;
  z-index: 9;

}

.index1 li {
  width: 33.33%;
  float: left;
  height: 263px;
  color: #fff;
  overflow: hidden;
}

.index1 li:nth-child(1) {
  background: #006AB5;
}

.index1 li:nth-child(2) {
  background: #0D58AF;

}

.index1 li:nth-child(3) {
  background: #0A52A5;

}

.index1 li .pad {
  padding: 40px 50px 60px 50px;
}

.index1 li .tit {
  font-size: 24px;
}

.index1 li .tit span {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  line-height: 36px;
}

.index1 li .wz b {
  font-size: 56px;
  font-family: Arial;
}

.index1 li .wz {
  font-size: 14px;
  margin-top: 70px;
}

.index1 li .year {
  font-size: 16px;
  height: 55px;
  width: 55px;
  margin-bottom: 10px;
}

.index1 li .year img {
  height: 55px;
  width: 55px;
}


/* 产品 */
.tj_tu {
  position: relative;
  /* background: url(../images/product.png) no-repeat right top; */


}

.tj_tu .zi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;



}

.tj_tu .zi img {
  height: 100%;
}

#gallery {
  width: 100%;


}


#gallery .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #333;
  opacity: 0 !important;
}

#gallery .swiper-slide .img-tu {
  width: 50%;
}

#gallery .swiper-slide .product-box {

  display: flex;

  width: 50%;
  margin-top: 50px;




}

#gallery .swiper-slide .product-box div {
  padding: 5%;
}

#gallery .swiper-slide .product-box b {
  color: #333;
  font-size: 34px;
  line-height: 52px;
  width: 100%;
  display: block;
  font-weight: normal;
}

#gallery .swiper-slide .product-box p {
  font-size: 42px;
  line-height: 56px;
  color: #006AB5;
  font-weight: bold;
  margin-bottom: 30px;
}

#gallery .swiper-slide-active {
  opacity: 1 !important;
}

.tj_tu img {
  width: 100%;
}


.tj_tu .swiper-button-prev {
  left: 50px;


}

.tj_tu .swiper-button-next {
  right: 50px;
}

.tj_tu .swiper-button-next, .tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

.tj_tu .swiper-button-next:hover, .tj_tu .swiper-button-prev:hover {
  color: #fff;
  background: #006AB5;
}

#thumbs {

  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

#thumbs .swiper-wrapper {
  flex-wrap: wrap;


}

.tj_tu .swiper-container-thumbs .swiper-slide {

  padding: 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);

  font-size: 18px;

  cursor: pointer;
  color: #333;
  margin-left: -1px;

  width: 33.3% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tj_tu .swiper-container-thumbs .swiper-slide img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

.tj_tu .swiper-container-thumbs .swiper-slide span {
  display: block;
}

.tj_tu .swiper-slide-thumb-active {
  background: #006AB5 !important;
  color: #fff !important;
}

.tj_tu .swiper-slide-thumb-active img {
  filter: brightness(500%);
  -webkit-filter: grayscale(500%);
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: " ";
}


/* 行业应用 */
.yyal {
  margin-top: 60px;
}

.yyal .swiper-container {
  padding-bottom: 40px;
  margin-top: 40px;

}

.yyal .swiper-slide {
  width: 628px;
  transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
  .yyal .swiper-slide {
    width: 628px;
  }
}

@media only screen and (max-width:980px) {
  .yyal .swiper-slide {
    width: 471px;
  }
}

@media only screen and (max-height:480px) {
  .yyal .swiper-slide {
    width: 471px;
  }
}

.yyal .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.yyal .swiper-slide p {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  color: #000;
}

.yyal .swiper-slide .title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: -3px;
  font-size: 11px;
  color: rgb(102, 102, 102);
}

.yyal .swiper-button-next, .yyal .swiper-button-prev {
  width: 86px;
  height: 112px;
  text-align: center;
  line-height: 112px;
  outline: none;
}

.yyal .swiper-button-next {
  background-image: none;
  color: #fff;
  font-size: 40px;
}

.yyal .swiper-button-prev {
  background-image: none;
  color: #fff;
  font-size: 40px;
}

.yyal .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}

.yyal .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.yyal .swiper-pagination-bullet i {
  background: #006AB5;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}

.yyal .swiper-pagination-bullet-active span, .yyal .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #006AB5;
  position: relative;
  z-index: 1;
}

.yyal .swiper-pagination-bullet-active i {
  animation: middle 6s;
}

.yyal .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}

.yyal .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}

@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }

  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0913*/
}

/* 合作伙伴 */
.hzhb-bg {
  background: url(../images/016.jpg) no-repeat;
  padding: 90px 0;
  margin-top: 60px;
}

.hezuo .swiper-container {
  padding-bottom: 60px;
  margin-top: 30px;
}

.hezuo .swiper-slide a {
  display: block;
  margin: 15px;
  overflow: hidden;

  background: #fff;
  border: 1px solid #dedede;
  padding: 20px;
}

.hezuo .swiper-slide a img {

  opacity: 0.9;

}

.hezuo .swiper-slide a:hover img {

  opacity: 1;
}

.hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  opacity: .3;
}

.hezuo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #006AB5;
}

/* 新闻 */
.news {
  margin-top: 60px;
  margin-bottom: 80px;
}

.news-fl {
  width: 70%;
  float: left;
}

.news-fr {
  width: 28%;
  float: right;
}

.news-one {
  margin-top: 30px;
}

.news-one span {
  color: #999;
  font-size: 15px;
  display: block;
}

.news-one b {
  display: block;
  font-size: 30px;
  font-weight: normal;
  margin: 15px 0;
}

.news-one p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.news-one a span {
  color: #fff;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news-two ul li {
  width: 33.3%;

}

.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;

  padding: 30px 20px;
  transition: .3s;
  margin: 10px;
  border: 1px solid #f1f1f1;

}

.news-two ul li:nth-child(5), .news-two ul li:nth-child(6) {
  margin-bottom: 0;
}

.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #006AB5;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

/*底部footer*/
.footer {
  background: #006AB5;

}

.foot {
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ewm {
  text-align: center;
  margin-top: 15px;
}

.foot .ewm p {
  margin-top: 15px;
}

.foot .ft-nav .ft-nav-list {

  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
}

.ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
}

.foot .ft-nav {
  width: 65%;
}


.foot .ft-nav .ft-nav-list dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.foot .ft-nav .ft-nav-list dd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.foot .ft-nav .ft-nav-list dd a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.foot .ft-contact {
  width: 30%;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.foot .ft-contact i {
  font-size: 18px;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright a {
  color: #fff;
}

/*返回顶部*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #006AB5; box-shadow:0 0 10px #fff;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #154B9D;
  transition: background 0.2s ease-in-out;
}

#server-list {position: relative;}
#page-2 { position: absolute; bottom:0px; left: 0;}
#server-list .swiper-container {
  height: 100%; padding-bottom:50px;


}

#server-list .swiper-wrapper {


}

#server-list .swiper-slide {
 
  font-size: 18px;


}

#server-list .swiper-slide img {
  display: block;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}


#server-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

#server-list .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#server-list .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #006AB5;
  opacity: .3;
  margin: 0 5px;
}

#server-list .swiper-pagination-bullet-active {
  opacity: .8;
  background: #f18d00;
}
#server-list .swiper-button-next {
  position: absolute;
  top: 40%;
  right: 0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background:rgba(0,106,181,0.7);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height:60px;
  transition: all .5s ease;
  outline: none;
}

#server-list .swiper-button-prev {
  position: absolute;
  top:40%;
  left:0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background:rgba(0,106,181,0.7);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height:60px;
  transition: all .5s ease;
  outline: none;
}

#server-list .swiper-button-prev:hover,
#server-list .swiper-button-next:hover {
  background: #f29600;opacity: .7;
  color: #fff;
}
.ser_py { height: 526px;  box-shadow: 0 0 20px #f1f1f1;display: flex; align-items: center; justify-content: space-between; margin: 20px; position: relative; z-index: 3;background: #fff;}
.ser_py_txt, .ser_py_tu{width: 50%; }
.ser_py_txt span { display: block;  font-size: 17px; line-height: 32px; }
.ser_py_txt { padding: 50px;}
.ser_py_txt2 { padding: 50px;}
.ser_py_txt p{    
  color: #333;
  font-weight: 300;
  font-size: 16px;
  margin-top: 18px;
  line-height: 36px;
}
